SPI control register
SPI_DUMMY_OUT | 0: In the dummy phase, the FSPI bus signals are not output. 1: In the dummy phase, the FSPI bus signals are output. Can be configured in CONF state. |
SPI_FADDR_DUAL | Apply 2 signals during addr phase 1:enable 0: disable. Can be configured in CONF state. |
SPI_FADDR_QUAD | Apply 4 signals during addr phase 1:enable 0: disable. Can be configured in CONF state. |
SPI_FADDR_OCT | Apply 8 signals during addr phase 1:enable 0: disable. Can be configured in CONF state. |
SPI_FCMD_DUAL | Apply 2 signals during command phase 1:enable 0: disable. Can be configured in CONF state. |
SPI_FCMD_QUAD | Apply 4 signals during command phase 1:enable 0: disable. Can be configured in CONF state. |
SPI_FCMD_OCT | Apply 8 signals during command phase 1:enable 0: disable. Can be configured in CONF state. |
SPI_FREAD_DUAL | In the read operations, read-data phase apply 2 signals. 1: enable 0: disable. Can be configured in CONF state. |
SPI_FREAD_QUAD | In the read operations read-data phase apply 4 signals. 1: enable 0: disable. Can be configured in CONF state. |
SPI_FREAD_OCT | In the read operations read-data phase apply 8 signals. 1: enable 0: disable. Can be configured in CONF state. |
SPI_Q_POL | The bit is used to set MISO line polarity, 1: high 0, low. Can be configured in CONF state. |
SPI_D_POL | The bit is used to set MOSI line polarity, 1: high 0, low. Can be configured in CONF state. |
SPI_HOLD_POL | SPI_HOLD output value when SPI is idle. 1: output high, 0: output low. Can be configured in CONF state. |
SPI_WP_POL | Write protect signal output when SPI is idle. 1: output high, 0: output low. Can be configured in CONF state. |
SPI_RD_BIT_ORDER | In read-data (MISO) phase 1: LSB first 0: MSB first. Can be configured in CONF state. |
SPI_WR_BIT_ORDER | In command address write-data (MOSI) phases 1: LSB firs 0: MSB first. Can be configured in CONF state. |